import { MatCheckboxModule } from '@angular/material/checkbox'; TestBed.configureTestingModule({ imports: [ MatCheckboxModule ], declarations: [AddAlarmsFormComponent] })